ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TrendLineBase<T> Class / SampleCount Property

In This Topic
    SampleCount Property (TrendLineBase<T>)
    In This Topic
    Gets or sets the sample count for function calculation.
    Syntax
    'Declaration
     
    Public Property SampleCount As Integer
    public int SampleCount {get; set;}
    See Also